home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / you-075a.lha / you-075a / runtime.h < prev    next >
C/C++ Source or Header  |  1992-06-18  |  579b  |  23 lines

  1. /* ******************************************************************** */
  2. /*  runtime .h       Copyright (C) Codemist and University of Bath 1989 */
  3. /*                                                                      */
  4. /* FEEL's kernel interface                                        */
  5. /* ******************************************************************** */
  6.  
  7. /* Basic structures, types and definitions */
  8.  
  9. #include <stdio.h>
  10. #include <setjmp.h>
  11.  
  12. #include "defs.h"
  13. #include "structs.h"
  14. #include "funcalls.h"
  15. #include "global.h"
  16. #include "modboot.h"
  17. #include "symboot.h"
  18.  
  19.  
  20.  
  21.  
  22.  
  23.